optimizing compiler

英 [ˈɒptɪmaɪzɪŋ kəmˈpaɪlə(r)] 美 [ˈɑːptɪmaɪzɪŋ kəmˈpaɪlər]

网络  优化编译器; 现代的优化型编译器; 优化编译程序; 优化型编译器

计算机



双语例句

  1. When optimizing SQL queries, the decisions made by the SQL compiler are heavily influenced by the optimizer's model of the database contents.
    当对SQL查询进行优化时,SQL编译器所做出的决定会受到优化器的数据库内容模型的重大影响。
  2. This can happen when assumptions made by an optimizing dynamic compiler have become outdated.
    当执行优化的动态编译器做出的假设已经过时时,就会发生这种情况。
  3. A new portable optimizing C compiler has compiled itself and may be released this year.
    新的可移植的C编译器已经能够自我编译,可能在今年内发表。
  4. Nutter plans on employing the JVM's Invokedynamic to wire up Rhino's dispatch mechanism directly into the JVM's optimizing compiler.
    Nutter打算使用JVM的Invokedynamic将Rhino的派发机制直接连接到JVM的优化编译器上。
  5. In an optimizing compiler, the optimization can be divided into two categories: machine-independent optimization and machine-dependent optimization.
    在一个优化编译器中,优化可分为机器无关优化和机器相关优化。
  6. This method supplements the existing methods and can be used in optimizing compiler and program understanding.
    为优化编译器,程序理解提供了一种切实可行的方法。
  7. The other experimental work is on our optimizing compiler.
    另一个实验工作与我们在优化的编译器有关。
  8. The major tenet of RISC states that much of the static runtime complexity can and should be handle prior to runtime by an optimizing compiler.
    RISC的主要原则表明许多固定运行时间的复杂指令可以并且应该由优化编译器先于运行时间进行处理。
  9. A more interesting, but related, use of Google Closure is as an optimizing compiler backend.
    GoogleClosure一个有趣的用法就是作为优化编译器的后端。
  10. The architecture-dependent optimizing compiler model need consider the characteristics of the underlying hardware.
    体系结构相关的优化编译模型需要考虑底层硬件的特性。
  11. Then a VLIW optimizing compiler adopting two-level software pipelining is described.
    然后叙述采用两级软件流水的VLIW优化编译器;
  12. This thesis attacks two important issues in back end of an optimizing compiler: instruction selection and register allocation.
    这篇论文尝试解决优化编译器的后端中的两个重要的问题:指令选择和寄存器分配。
  13. The Optimizing Compiler Generator for Embedded Systems
    面向嵌入式系统的优化编译器生成器设计
  14. This optimizing compiler's target machine is a Single Instruction, Multiple Data ( SIMD) machine.
    此优化编译器的目标机器是一具有单指令流多数据流体系结构的计算机。为充分利用目标机器的计算能力,此编译器的源语言对C语言有所扩充。
  15. A type system is a prerequisite for building a optimizing compiler.
    类型系统是编译代码优化的前提。
  16. By research the GNU GCC compiler, this paper provides some program optimizing solution for one developing DSP C compiler.
    本文通过对GNUGCC编译器的研究,提出了针对具体一个DSP处理器的在编译的汇编阶段的优化方案。
  17. Optimizing Compiler Based on Complementary Predicate
    基于互补谓词的编译优化
  18. The Examples prove: application can get satisfying optimizing effect through setting VB 6.0 compiler options logically.
    实例证明:通过合理设置VB6.0编译器的选项能使应用程序达到较为满意的优化效果。
  19. Register allocation and instruction scheduling are two important tasks for every optimizing compiler.
    寄存器分配与指令调度是编译器优化过程中的两项重要任务。
  20. The result of this research has been applied to a real optimizing and parallelizing compiler for a SIMD chip.
    本文的工作结果已经应用到一个实际的SIMD芯片的优化/并行化编译器中。
  21. This project aims to design a small optimizing C compiler based on Linux. The compiler can translate C language code into IBM 8088 assembly language.
    本课题的主要目的是设计一个优化的小型C编译器,它能在Linux操作系统下工作,将标准C代码编写的源程序翻译成一种自定义的虚拟机语言,并且能够执行出正确结果。
  22. Optimizing Compiler Schemas in RETE Network and their Formal Verification with PVS
    RETE网络中的优化编译模式及其PVS形式验证
  23. The basis of this method, a program control structure generation algorithm and an automated testing tool for optimizing compiler which is implemented based on the algorithm are introduced.
    重点介绍了该方法的基础、程序控制结构生成算法,并介绍了基于本方法实现的一个编译器自动测试工具。
  24. The code optimizing techniques of Common Lisp compiler in PLC coprocessor system based on sun3/ 4 workstations
    Sun3/4专用协处理器PLC系统中COMMONLISP编译器的代码优化措施
  25. It is helpful to decreasing the energy consumption of micro controller unit by lowing down the operating voltage and frequency, choosing low power memory chips, working with necessary module only and optimizing compiler.
    提出的降低工作电压及频率、选择低能耗存储器、使用分模块工作方式以及编译优化等策略,有助于降低微控制器模块的功耗。
  26. But common optimization methods make the compiler optimize the programs automatically by optimizing the compiler.
    但一般的优化方法都是通过优化编译器,让编译器来自动优化程序。